index.js 262 Bytes
Newer Older
fukai committed
1 2 3 4 5 6 7 8 9 10 11
import Api from '~/service/Api';
import commonFunctions from '~/mixin/commonFunctions.js';

export default {
	mixins: [commonFunctions],
	methods: {
		 // 点击获取按钮拉取当前key字段下的表单数据
     handleChange(){},
     onSeainf(){},
	},
};