08/29文字修改

This commit is contained in:
home孙 2025-08-29 14:28:05 +08:00
parent 963a7cf33e
commit 787eb49170
2 changed files with 2 additions and 2 deletions

View File

@ -319,7 +319,7 @@ export default {
this.change(code, sendData)
},
getData1(data) {
var name = "";
var name = "0";
this.typeList1.forEach((el, index) => {
if (el.value == data) {
name = el.label;

View File

@ -704,7 +704,7 @@ export default {
})
},
getData1(data) {
var name = "";
var name = "0";
this.typeList1.forEach((el, index) => {
if (el.value == data) {
name = el.label;