入库库区功能添加

This commit is contained in:
2023-09-20 15:32:09 +08:00
parent 91fcaebddc
commit 1b6dbddd61
5 changed files with 76 additions and 16 deletions

View File

@@ -110,7 +110,7 @@
isVirtual () {
this.isV = this.isV === '0' ? '1' : '0'
},
/** 选择器2 */
/** 选择器1 */
selectChange1(e) {
this.index1 = e
},