|
@@ -74,6 +74,7 @@ export default {
|
|
|
}
|
|
|
},
|
|
|
activated() {
|
|
|
+ console.log(this.show, this.$store.getters.xsjhStatus)
|
|
|
if (!this.show && !this.$store.getters.xsjhStatus) {
|
|
|
this.show = true;
|
|
|
}
|
|
@@ -238,6 +239,7 @@ export default {
|
|
|
id: row.id,
|
|
|
query: true, // 表示只是查询
|
|
|
};
|
|
|
+ this.$store.commit("XSJH_IN_DETAIL");
|
|
|
},
|
|
|
//删除列表后面的删除按钮触发触发(row, index, done)
|
|
|
rowDel(row, index, done) {
|