From cefe914628acd813a729a8a7ec697fe9810812f3 Mon Sep 17 00:00:00 2001 From: zhangzeli <123456> Date: 星期三, 05 一月 2022 11:37:06 +0800 Subject: [PATCH] 优化 --- src/views/your/customerReceive-manage/customerReceive.vue | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/views/your/customerReceive-manage/customerReceive.vue b/src/views/your/customerReceive-manage/customerReceive.vue index c304e1f..13419ff 100644 --- a/src/views/your/customerReceive-manage/customerReceive.vue +++ b/src/views/your/customerReceive-manage/customerReceive.vue @@ -522,7 +522,7 @@ addOil() { this.getAllCar(); this.modalType = 0; - this.modalTitle = "娣诲姞鍔犳补璁板綍"; + this.modalTitle = "娣诲姞璁板綍"; this.$refs.addOilForm.resetFields(); delete this.addOilForm.id; this.roleModalVisible = true; @@ -531,7 +531,7 @@ this.getAllCar(); this.addDate = v.addDate; this.modalType = 1; - this.modalTitle = "缂栬緫鍔犳补淇℃伅"; + this.modalTitle = "缂栬緫淇℃伅"; this.$refs.addOilForm.resetFields(); // 杞崲null涓�"" for (let attr in v) { @@ -541,7 +541,6 @@ } let str = JSON.stringify(v); let roleInfo = JSON.parse(str); - this.addOilForm = roleInfo; this.roleModalVisible = true; }, -- Gitblit v1.9.1