|
|
@ -104,9 +104,9 @@ export default { |
|
|
|
limit: 1, |
|
|
|
editDisabled: true, |
|
|
|
rules: [], |
|
|
|
value: [], |
|
|
|
value: () => [], |
|
|
|
supKeys: ["imgUrlArr", "imgUrl"], |
|
|
|
supValues: [[], ""], |
|
|
|
supValues: [() => [], ""], |
|
|
|
beforeImgUpload(file, item, that) { |
|
|
|
console.log(file); |
|
|
|
const isLt1M = file.size / 1024 / 1024 < 10; |
|
|
@ -217,8 +217,8 @@ export default { |
|
|
|
label: "以组织名义", |
|
|
|
optionList: [ |
|
|
|
{ |
|
|
|
label: agencyId, |
|
|
|
value: agencyName, |
|
|
|
label: agencyName, |
|
|
|
value: agencyId, |
|
|
|
type: "agency", |
|
|
|
}, |
|
|
|
], |
|
|
|