徐总多门店
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
jiuhaoshenghuo/view/store/node_modules/.cache/babel-loader/32830e63643180f4ab433ea1594...

1 lines
2.5 KiB

{"remainingRequest":"D:\\codeeeeee\\酒水代码\\view\\store\\node_modules\\babel-loader\\lib\\index.js!D:\\codeeeeee\\酒水代码\\view\\store\\node_modules\\cache-loader\\dist\\cjs.js??ref--0-0!D:\\codeeeeee\\酒水代码\\view\\store\\node_modules\\vue-loader\\lib\\index.js??vue-loader-options!D:\\codeeeeee\\酒水代码\\view\\store\\node_modules\\iview-loader\\index.js??ref--0-2!D:\\codeeeeee\\酒水代码\\view\\store\\src\\pages\\setting\\tableCode\\config.vue?vue&type=script&lang=js&","dependencies":[{"path":"D:\\codeeeeee\\酒水代码\\view\\store\\src\\pages\\setting\\tableCode\\config.vue","mtime":1729503614991},{"path":"D:\\codeeeeee\\酒水代码\\view\\store\\node_modules\\cache-loader\\dist\\cjs.js","mtime":1729046406806},{"path":"D:\\codeeeeee\\酒水代码\\view\\store\\node_modules\\babel-loader\\lib\\index.js","mtime":1729046406587},{"path":"D:\\codeeeeee\\酒水代码\\view\\store\\node_modules\\cache-loader\\dist\\cjs.js","mtime":1729046406806},{"path":"D:\\codeeeeee\\酒水代码\\view\\store\\node_modules\\vue-loader\\lib\\index.js","mtime":1729046413411},{"path":"D:\\codeeeeee\\酒水代码\\view\\store\\node_modules\\iview-loader\\index.js","mtime":1729046409925}],"contextDependencies":[],"result":["//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\nimport { getConfig2, submitConfig } from '@/api/setting';\nexport default {\n data: function data() {\n return {\n tableSeatsList: [],\n modal: false,\n formData: {\n baoxiang: 2,\n kazuo: '1',\n santai: '1',\n tongzhuo: '1'\n },\n id: 0,\n number: 1\n };\n },\n created: function created() {\n this.getConfig();\n },\n methods: {\n getConfig: function getConfig() {\n var _this = this;\n\n getConfig2('store_table_confi111g').then(function (res) {\n if (res.data.constructor.name === 'Array') {\n return;\n }\n\n _this.formData = res.data;\n });\n },\n // 提交桌码配置\n handleSubmit: function handleSubmit(name) {\n var _this2 = this;\n\n this.$refs[name].validate(function (valid) {\n if (valid) {\n submitConfig('store_table_code', _this2.formData).then(function (res) {\n _this2.$Message.success(res.msg);\n });\n }\n });\n }\n }\n};",null]}