Browse Source

默认查询

java8
han\hanst 8 months ago
parent
commit
e69ff37f4d
  1. 3
      src/views/modules/ecss/codelnotify.vue
  2. 3
      src/views/modules/ecss/codelnotifyConfirm.vue
  3. 3
      src/views/modules/ecss/createDeclaration.vue
  4. 3
      src/views/modules/ecss/declaration.vue
  5. 3
      src/views/modules/ecss/hsCode.vue
  6. 3
      src/views/modules/ecss/partHsCode.vue

3
src/views/modules/ecss/codelnotify.vue

@ -2042,6 +2042,9 @@
return sums; return sums;
} }
}, },
activated() {
this.searchTable()
},
created() { created() {
this.getBu () this.getBu ()
} }

3
src/views/modules/ecss/codelnotifyConfirm.vue

@ -2569,6 +2569,9 @@
this.palletFlag = false this.palletFlag = false
}, },
}, },
activated() {
this.searchTable()
},
created() { created() {
this.getBu () this.getBu ()
} }

3
src/views/modules/ecss/createDeclaration.vue

@ -1713,6 +1713,9 @@
}, },
}, },
activated() {
this.searchTable()
},
created() { created() {
this.getBu () this.getBu ()
} }

3
src/views/modules/ecss/declaration.vue

@ -2334,6 +2334,9 @@
this.templateFlag = false this.templateFlag = false
}, },
}, },
activated() {
this.searchTable()
},
created() { created() {
} }

3
src/views/modules/ecss/hsCode.vue

@ -574,6 +574,9 @@
}) })
}, },
}, },
activated() {
this.searchTable()
},
created() { created() {
this.getBu () this.getBu ()
} }

3
src/views/modules/ecss/partHsCode.vue

@ -929,6 +929,9 @@
}) })
}, },
}, },
activated() {
this.searchTable()
},
created() { created() {
this.getBu(); this.getBu();
} }

Loading…
Cancel
Save