From 19ab9eec78905b88f011c4b4486dff564e20262e Mon Sep 17 00:00:00 2001 From: lixuan Date: Fri, 17 Mar 2023 14:12:23 +0800 Subject: [PATCH] xiugai --- src/views/product/components/add.vue | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/src/views/product/components/add.vue b/src/views/product/components/add.vue index bfb14f6..2e92ad8 100644 --- a/src/views/product/components/add.vue +++ b/src/views/product/components/add.vue @@ -72,12 +72,14 @@ - - 启用 + > --> + + + @@ -113,8 +115,7 @@ export default { }; return { form: { - measurement:'吨', - measurementEnableMark:'ENABLE' + measurement:'吨' }, refineryList: [], configAutocomplete: { @@ -210,6 +211,7 @@ export default { closeWindow() { this.$emit("closeWindow"); this.form = {}; + this.form.measurement = '吨' this.controlWindows.addInfo = {}; this.$nextTick(() => { this.$refs.autocomplete.list = []; -- 2.36.2