From 2b506494d7c73a3978004bd0b32a5d0783b25efa Mon Sep 17 00:00:00 2001 From: wang-hao-jie <1550036656@qq.com> Date: 星期四, 25 八月 2022 18:00:28 +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