|
|
@@ -600,7 +600,6 @@ export default {
|
|
|
}, `plan_${new Date().getTime()}.xlsx`)
|
|
|
},
|
|
|
showSelectFile() {
|
|
|
- // this.$refs.DialogSelectFile.show();
|
|
|
this.$refs["DialogSelectFile"].show();
|
|
|
},
|
|
|
fileSelected(list) {
|
|
|
@@ -609,21 +608,12 @@ export default {
|
|
|
list.forEach(x => {
|
|
|
tempArry=tempArry.concat(x.fileList);
|
|
|
})
|
|
|
- console.log("fileSelected",tempArry);
|
|
|
- //this.form.fileList=this.form.fileList.concat(tempArry);
|
|
|
this.formFileListDefualtValue =this.form.fileList.concat(tempArry);
|
|
|
},
|
|
|
},
|
|
|
mounted() {
|
|
|
|
|
|
},
|
|
|
- updated(){
|
|
|
- this.filterOrtTypeOptions=JSON.parse(JSON.stringify(this.dict.type.sys_org_type)).filter(element => {
|
|
|
- if(element.value > 3){
|
|
|
- return JSON.parse(JSON.stringify(element))
|
|
|
- }
|
|
|
- });
|
|
|
- console.log('this.filterOrtTypeOptions',this.filterOrtTypeOptions);
|
|
|
- }
|
|
|
+
|
|
|
};
|
|
|
</script>
|