|
@@ -1345,10 +1345,12 @@ export default {
|
|
|
showLXApplyPop(row) {
|
|
showLXApplyPop(row) {
|
|
|
this.resetLXApply();
|
|
this.resetLXApply();
|
|
|
this.fileListLXApply = [];
|
|
this.fileListLXApply = [];
|
|
|
|
|
+ this.otherFileListLXApply = [];
|
|
|
this.openLXApply = true;
|
|
this.openLXApply = true;
|
|
|
this.titleLXApply = "立项申请";
|
|
this.titleLXApply = "立项申请";
|
|
|
setTimeout(() => {
|
|
setTimeout(() => {
|
|
|
this.$refs.fileItemLXApply.fileList = [];
|
|
this.$refs.fileItemLXApply.fileList = [];
|
|
|
|
|
+ this.$refs.otherFileItem.fileList = [];
|
|
|
}, 200);
|
|
}, 200);
|
|
|
if(row==1){
|
|
if(row==1){
|
|
|
this.isWatch=true;//代表是从观望列表
|
|
this.isWatch=true;//代表是从观望列表
|
|
@@ -1358,10 +1360,12 @@ export default {
|
|
|
showTJApplyPop(row) {
|
|
showTJApplyPop(row) {
|
|
|
this.resetTJApply();
|
|
this.resetTJApply();
|
|
|
this.fileListLXApply = [];
|
|
this.fileListLXApply = [];
|
|
|
|
|
+ this.otherFileListTJApply = [];
|
|
|
this.openTJApply = true;
|
|
this.openTJApply = true;
|
|
|
this.titleTJApply = "投决申请";
|
|
this.titleTJApply = "投决申请";
|
|
|
setTimeout(() => {
|
|
setTimeout(() => {
|
|
|
this.$refs.fileItemTJApply.fileList = [];
|
|
this.$refs.fileItemTJApply.fileList = [];
|
|
|
|
|
+ this.$refs.otherFileItem.fileList = [];
|
|
|
}, 200);
|
|
}, 200);
|
|
|
if(row==1){
|
|
if(row==1){
|
|
|
this.isWatch=true;
|
|
this.isWatch=true;
|