Commit 6165e3e0 by liyuhang19990520

1

parent a58f3c03
<!-- <!--
* @Author: your name * @Author: your name
* @Date: 2021-09-11 10:30:42 * @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 * @LastEditors: Please set LastEditors
* @Description: In User Settings Edit * @Description: In User Settings Edit
* @FilePath: \founder_vue\src\views\xsjsdb\detailRwbd.vue * @FilePath: \founder_vue\src\views\xsjsdb\detailRwbd.vue
...@@ -332,7 +332,7 @@ export default { ...@@ -332,7 +332,7 @@ export default {
myVideo: "", myVideo: "",
xxzjbh: "", xxzjbh: "",
index: 1, index: 1,
loadingIndex: 0 loadingIndex: 0,
}; };
}, },
methods: { methods: {
...@@ -348,7 +348,6 @@ export default { ...@@ -348,7 +348,6 @@ export default {
if (res.success && res.code == 200) { if (res.success && res.code == 200) {
let result = res.data.rows; let result = res.data.rows;
_this.sffkPdbz = result.sffkPdbz; _this.sffkPdbz = result.sffkPdbz;
_this.getThanTaskFile(loading);
if (_this.sffkPdbz == "1") { if (_this.sffkPdbz == "1") {
_this.getFeedbackTaskData(loading); _this.getFeedbackTaskData(loading);
} else { } else {
...@@ -359,7 +358,12 @@ export default { ...@@ -359,7 +358,12 @@ export default {
}); });
}, },
//比对任务详情附件 //比对任务详情附件
getThanTaskFile(loading) { getThanTaskFile() {
const loading = this.$loading({
target: "#detailRwbd",
lock: true,
text: "Loading",
});
let _this = this; let _this = this;
let formData = new FormData(); let formData = new FormData();
formData.append("bdrwbh", _this.xxzjbh); formData.append("bdrwbh", _this.xxzjbh);
...@@ -537,7 +541,7 @@ export default { ...@@ -537,7 +541,7 @@ export default {
}, },
mounted() { mounted() {
this.getThanTaskData(); this.getThanTaskData();
// this.getThanTaskFile(); this.getThanTaskFile();
// this.getFeedbackTaskData(); // 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