|
@@ -5970,9 +5970,23 @@ async saveLinkTab() {
|
|
|
},
|
|
},
|
|
|
//文件题名(全局按钮)
|
|
//文件题名(全局按钮)
|
|
|
fileTitleHandle(){
|
|
fileTitleHandle(){
|
|
|
|
|
+ this.getNodeNameList();
|
|
|
this.getFileTableData()
|
|
this.getFileTableData()
|
|
|
this.fileTitleVisible = true;
|
|
this.fileTitleVisible = true;
|
|
|
},
|
|
},
|
|
|
|
|
+ getNodeNameList() {
|
|
|
|
|
+ let code = "node_name_type";
|
|
|
|
|
+
|
|
|
|
|
+ getDictionary({
|
|
|
|
|
+ code,
|
|
|
|
|
+ }).then((res) => {
|
|
|
|
|
+ this.nodeNameList = res.data.data;
|
|
|
|
|
+ console.log(this.nodeNameList,'this.nodeNameList');
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
+ });
|
|
|
|
|
+ },
|
|
|
changeRadio(val){
|
|
changeRadio(val){
|
|
|
console.log(val,'val');
|
|
console.log(val,'val');
|
|
|
const fileItem = this.fileTableData[this.chooseFileIndex];
|
|
const fileItem = this.fileTableData[this.chooseFileIndex];
|