doway-coms 2.10.75 → 2.10.76
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -421,15 +421,15 @@ export default {
|
|
|
421
421
|
}
|
|
422
422
|
},
|
|
423
423
|
},
|
|
424
|
-
watch: {
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
},
|
|
424
|
+
// watch: { //davis20250111注释掉,会照成死循环问题
|
|
425
|
+
// // 触发下拉表格字段更改,直接重新渲染
|
|
426
|
+
// columns: {
|
|
427
|
+
// handler(newVal) {
|
|
428
|
+
// this.reloadColumn()
|
|
429
|
+
// },
|
|
430
|
+
// deep: true
|
|
431
|
+
// }
|
|
432
|
+
// },
|
|
433
433
|
computed: {
|
|
434
434
|
currentValue: {
|
|
435
435
|
// 动态计算currentValue的值
|