Commit 87b8b0b0 by xue_wengang

Merge branch 'dev_xzeq' of http://47.92.108.28/changchao/founder_vue into dev_xzeq

parents 65d609a2 6165e3e0
<!--
* @Author: your name
* @Date: 2021-09-11 10:30:42
* @LastEditTime: 2021-09-13 11:07:36
* @LastEditTime: 2021-09-13 11:12:19
* @LastEditors: Please set LastEditors
* @Description: In User Settings Edit
* @FilePath: \founder_vue\src\views\xsjsdb\detailRwbd.vue
......@@ -332,7 +332,7 @@ export default {
myVideo: "",
xxzjbh: "",
index: 1,
loadingIndex: 0
loadingIndex: 0,
};
},
methods: {
......@@ -348,7 +348,6 @@ export default {
if (res.success && res.code == 200) {
let result = res.data.rows;
_this.sffkPdbz = result.sffkPdbz;
_this.getThanTaskFile(loading);
if (_this.sffkPdbz == "1") {
_this.getFeedbackTaskData(loading);
} else {
......@@ -359,7 +358,12 @@ export default {
});
},
//比对任务详情附件
getThanTaskFile(loading) {
getThanTaskFile() {
const loading = this.$loading({
target: "#detailRwbd",
lock: true,
text: "Loading",
});
let _this = this;
let formData = new FormData();
formData.append("bdrwbh", _this.xxzjbh);
......@@ -537,7 +541,7 @@ export default {
},
mounted() {
this.getThanTaskData();
// this.getThanTaskFile();
this.getThanTaskFile();
// this.getFeedbackTaskData();
},
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment