+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/system/components/editPane.vue b/src/views/system/components/editPane.vue
index 0d981ad..b3a324f 100644
--- a/src/views/system/components/editPane.vue
+++ b/src/views/system/components/editPane.vue
@@ -223,8 +223,8 @@ export default {
},
saveField() {
+ this.selectedForm.select_item = {}
this.selectItem.forEach(i => {
- this.selectedForm.select_item = {}
this.selectedForm.select_item[i.key] = i.value;
})
diff --git a/vue.config.js b/vue.config.js
index 17e208d..9d570e1 100644
--- a/vue.config.js
+++ b/vue.config.js
@@ -25,7 +25,7 @@ module.exports = {
* Detail: https://cli.vuejs.org/config/#publicpath
*/
publicPath: '/admin/',
- outputDir: '/Users/liuxiangyu/Work/z-zhongjia/app/zhongjia-finance-service/public/admin',
+ outputDir: './dist',
assetsDir: 'static',
css: {
loaderOptions: { // 向 CSS 相关的 loader 传递选项