diff --git a/src/views/claimAndRefund/receive/agreement.vue b/src/views/claimAndRefund/receive/agreement.vue
index 259fc627..f8c5a9f2 100644
--- a/src/views/claimAndRefund/receive/agreement.vue
+++ b/src/views/claimAndRefund/receive/agreement.vue
@@ -214,12 +214,12 @@
prop="planStartTime"
:show-overflow-tooltip="true"
/>
-
+ />-->
-
+
diff --git a/src/views/material/lease/protocol/index.vue b/src/views/material/lease/protocol/index.vue
index 460fc8f6..d750f4cc 100644
--- a/src/views/material/lease/protocol/index.vue
+++ b/src/views/material/lease/protocol/index.vue
@@ -71,7 +71,7 @@
-
+
@@ -98,20 +98,20 @@
查看
编辑
删除
@@ -132,7 +132,7 @@
-
+
+ />
-
-
+
+
-->
-
+
@@ -220,7 +220,7 @@
-
+
@@ -339,9 +339,9 @@
{{ form.contractCode }}
-
+
{{ form.planStartTime }}
@@ -475,7 +475,7 @@ import {listUser} from "@/api/system/user";
import {getListProject, getListUnite} from "@/api/lease/apply";
import Treeselect from '@riophae/vue-treeselect'
-import '@riophae/vue-treeselect/dist/vue-treeselect.css'
+import '@riophae/vue-treeselect/dist/vue-treeselect.css'
export default {
name: "supplier",
@@ -686,7 +686,7 @@ export default {
this.delBusinessFileIdList.push(file.url);
}
console.log('delBusinessFileIdList', this.delBusinessFileIdList)
- },
+ },
isImage(file) {
this.urlTemp = require('@/assets/file.png');
if (this.updataIf(file)) {
@@ -714,7 +714,7 @@ export default {
return true
}
}
- },
+ },
handleDownload(file) {
console.log(file)
if (file.status === 'ready') {
@@ -724,7 +724,7 @@ export default {
downloadFileData({fileName: file.name, fileUrl: file.url})
// downloadFileData({ fileName: file.name,fileUrl:file.url })
}
- },
+ },
handleChangeBusinessList(file, fileList) {
const fileListTemp = fileList.filter(item => {
return item.uid != file.uid
@@ -784,7 +784,7 @@ export default {
this.total = response.total;
this.loading = false;
});
- },
+ },
/** 转换菜单数据结构 */
normalizer(node) {
if (node.children && !node.children.length) {
@@ -795,20 +795,20 @@ export default {
label: node.name,
children: node.children,
};
- },
+ },
//获取单位类型 ,getUnitList, getProjectList
getUnitList() {
getListUnite({projectId: null}).then((response) => {
this.uniteList = response.data;
});
- },
+ },
getProjectList() {
getListProject({unitId: null}).then((response) => {
this.projectList = response.data;
});
},
- uniteChange(val) {
+ uniteChange(val) {
if (val && val.length > 0) {
this.maForm.unitId = this.unitId[this.unitId.length - 1];
} else if (val && val.length == 0) {