diff --git a/ruoyi-ui/src/views/benyi/dayflow/standard.vue b/ruoyi-ui/src/views/benyi/dayflow/standard.vue
index f2909d5db..0e6a55ec8 100644
--- a/ruoyi-ui/src/views/benyi/dayflow/standard.vue
+++ b/ruoyi-ui/src/views/benyi/dayflow/standard.vue
@@ -139,7 +139,7 @@
:before-upload="beforeAvatarUpload"
accept=".jpg, .png"
>
-
+
@@ -176,9 +176,6 @@ export default {
return {
//显示上传的图片,清空
imageUrl: "",
- dialogVisible: false,
- file:"",
-
// 遮罩层
loading: true,
// 选中数组
@@ -238,7 +235,6 @@ export default {
this.getTaskList();
},
methods: {
-
handleAvatarSuccess(res, file) {
this.imageUrl = URL.createObjectURL(file.raw);
console.log(res);
@@ -255,7 +251,6 @@ export default {
}
return isLt2M;
},
-
/**查询任务名称详细 */
getDayflowtask(taskId) {
getDayflowtask(taskId).then(response => {
@@ -337,7 +332,7 @@ export default {
this.form = response.data;
if (response.data.picture) {
this.imageUrl = process.env.VUE_APP_BASE_API + response.data.picture;
- };
+ }
this.open = true;
this.title = "修改标准";
});
@@ -410,4 +405,30 @@ export default {
}
}
};
-
\ No newline at end of file
+
+
+
\ No newline at end of file