|
@@ -520,7 +520,8 @@ export default {
|
|
|
this.storageSet("formData1", JSON.stringify(this.formData1));
|
|
|
this.storageSet("choice", JSON.stringify(this.choice));
|
|
|
this.storageSet("getData", val);
|
|
|
- this.goto("/caseViews");
|
|
|
+ // status = 1 代表不能复制文本
|
|
|
+ this.$router.push({ path: '/caseViews', query: { status: 1} })
|
|
|
},
|
|
|
funCeal() {
|
|
|
this.$refs.multipleTable.clearSelection();
|