From 331eef7c57b435f4c8bedb31b3ef6daf68a18db0 Mon Sep 17 00:00:00 2001 From: yangan <yangan0921@163.com> Date: 星期五, 02 八月 2024 11:41:44 +0800 Subject: [PATCH] feat:PVC改为聚氯乙烯树脂 --- pages/quality-inspection-page/yanGaiMei-sampling/yanGaiMei-sampling-form/yanGaiMei-sampling-form.vue | 11 ++++++----- 1 files changed, 6 insertions(+), 5 deletions(-) diff --git a/pages/quality-inspection-page/yanGaiMei-sampling/yanGaiMei-sampling-form/yanGaiMei-sampling-form.vue b/pages/quality-inspection-page/yanGaiMei-sampling/yanGaiMei-sampling-form/yanGaiMei-sampling-form.vue index 10c6f38..3f918d6 100644 --- a/pages/quality-inspection-page/yanGaiMei-sampling/yanGaiMei-sampling-form/yanGaiMei-sampling-form.vue +++ b/pages/quality-inspection-page/yanGaiMei-sampling/yanGaiMei-sampling-form/yanGaiMei-sampling-form.vue @@ -128,7 +128,7 @@ bunkerId:'', bunkerName:'', samplingPerson: '', - type: 6, //1 EDC銆�2 PVC銆�3 纭吀銆�4 姘㈡哀鍖栭挔 5 娑叉隘 6銆佸師鐩愰挋闀� 7銆佸師鐩怲OC 8銆佸師鐩愬叏妫� + type: 6, //1 EDC銆�2 鑱氭隘涔欑儻鏍戣剛銆�3 纭吀銆�4 姘㈡哀鍖栭挔 5 娑叉隘 6銆佸師鐩愰挋闀� 7銆佸師鐩怲OC 8銆佸師鐩愬叏妫� }, filedId:'', customerIdShow: false, @@ -166,12 +166,13 @@ this.$refs.uForm.setRules(this.rules) }, onLoad(opt) { - if(opt.params) { //鏌ョ湅 this.submitShow = false - this.modelForm = Object.assign({},JSON.parse(opt.params)) - console.log(this.modelForm,'鎺ユ敹鍒颁笂涓〉闈紶杩囨潵鐨勫弬鏁�===') - return + this.$nextTick(() => { + this.modelForm = Object.assign({},JSON.parse(opt.params)) + console.log(this.modelForm,'鎺ユ敹鍒颁笂涓〉闈紶杩囨潵鐨勫弬鏁�===') + return + }) } this.modelForm.samplingTime = todayDate(); //褰撳墠鏃堕棿 this.modelForm.samplingPerson = uni.getStorageSync('name') -- Gitblit v1.9.1