|
|
@@ -221,6 +221,7 @@
|
|
|
</span>
|
|
|
</el-dialog>
|
|
|
<el-dialog
|
|
|
+ v-if="disBoxs"
|
|
|
@closed="loadingClose"
|
|
|
:visible.sync="disBoxs"
|
|
|
width="440px"
|
|
|
@@ -569,9 +570,9 @@ export default {
|
|
|
});
|
|
|
this.del(ary, true);
|
|
|
},
|
|
|
- allclear(){
|
|
|
- this.cauType = []
|
|
|
- this.handleCheckedCitiesChange()
|
|
|
+ allclear() {
|
|
|
+ this.cauType = [];
|
|
|
+ this.handleCheckedCitiesChange();
|
|
|
},
|
|
|
handleCheckedCitiesChange() {
|
|
|
let nid = this.itemOption2.map((item) => {
|
|
|
@@ -634,7 +635,6 @@ export default {
|
|
|
this.disabledBtn = false;
|
|
|
},
|
|
|
loadNode(node, resolve) {
|
|
|
- console.log(node);
|
|
|
if (node.level === 0) {
|
|
|
this.$api.obtainpolyvvideosignlistCata({ parentid: 0 }).then((res) => {
|
|
|
return resolve(res.rows);
|