| | |
| | | computed: {}, |
| | | data() { |
| | | return { |
| | | dialogWidth: "60%", |
| | | dialogWidth: "50%", |
| | | editConfig: this.addCommonConfig, |
| | | rules: { |
| | | name: [{ required: true, message: "请输入", trigger: "blur" }], |
| | |
| | | page: 1, |
| | | pageSize: 100 |
| | | }).then((res) => { |
| | | this.supplierTypeOptions = res.data.data.list |
| | | this.supplierTypeOptions = res.data.list |
| | | }) |
| | | }, |
| | | // 所属行业 |
| | |
| | | page: 1, |
| | | pageSize: 100 |
| | | }).then((res) => { |
| | | this.industryOptions = res.data.data.list |
| | | this.industryOptions = res.data.list |
| | | }) |
| | | }, |
| | | handleClose() { |
| | |
| | | .file-content { |
| | | display: flex; |
| | | } |
| | | } |
| | | .dialog-footer { |
| | | background-color: #f5f5f5; |
| | | height: 55px; |
| | | line-height: 55px; |
| | | } |
| | | } |
| | | } |