From 19c87c33b2892d8b7ec40ee3c569e25947623da6 Mon Sep 17 00:00:00 2001
From: zhangzeli <123456>
Date: 星期二, 11 一月 2022 11:25:46 +0800
Subject: [PATCH] bug
---
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