|
@@ -733,6 +733,9 @@ export default {
|
|
this.numTypes = localStorage.getItem("zskNumDict");
|
|
this.numTypes = localStorage.getItem("zskNumDict");
|
|
this.getSpanArr(this.klRuleByIdSub);
|
|
this.getSpanArr(this.klRuleByIdSub);
|
|
},
|
|
},
|
|
|
|
+ beforeUpdate() {
|
|
|
|
+ this.getSpanArr(this.klRuleByIdSub);
|
|
|
|
+ },
|
|
mounted() {},
|
|
mounted() {},
|
|
// beforeUpdate() {
|
|
// beforeUpdate() {
|
|
// this.getSpanArr(this.klRuleByIdSub);
|
|
// this.getSpanArr(this.klRuleByIdSub);
|