保存进度!
This commit is contained in:
		@@ -2,7 +2,7 @@
 | 
			
		||||
 * @Author: Kane
 | 
			
		||||
 * @Date: 2022-10-31 13:11:55
 | 
			
		||||
 * @LastEditors: Kane
 | 
			
		||||
 * @LastEditTime: 2022-10-31 16:56:04
 | 
			
		||||
 * @LastEditTime: 2022-10-31 17:13:25
 | 
			
		||||
 * @FilePath: \car_dealer\vue\axios.html
 | 
			
		||||
 * @Description: 
 | 
			
		||||
 * 
 | 
			
		||||
@@ -67,7 +67,9 @@
 | 
			
		||||
    <script>
 | 
			
		||||
        const app = {
 | 
			
		||||
            data() {
 | 
			
		||||
                return {};
 | 
			
		||||
                return {
 | 
			
		||||
                    test: "测试this!",
 | 
			
		||||
                };
 | 
			
		||||
            },
 | 
			
		||||
 | 
			
		||||
            methods: {
 | 
			
		||||
@@ -76,6 +78,7 @@
 | 
			
		||||
                        file_path: "file path",
 | 
			
		||||
                        table_name: "车商表",
 | 
			
		||||
                    };
 | 
			
		||||
 | 
			
		||||
                    axios
 | 
			
		||||
                        .post(IMPORT_CARDEALER_URL, param)
 | 
			
		||||
                        .then((response) => {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user