Commit 1573b1ec03c001104ffe4c55c698f481672e7269

Authored by gesilong
1 parent 507bd5ee

commit: 优化代码

... ... @@ -92,7 +92,7 @@ export default {
92 92 'form.company'(val) {
93 93 if (!val) return
94 94 getCodeApi({ company: val }).then(res => {
95   - console.log(res)
  95 + console.log(res, '获取框架合同编号')
96 96 const code = (res && res.data) ? res.data : ''
97 97 this.form.code = code
98 98 })
... ... @@ -270,6 +270,9 @@ export default {
270 270 color: rgba(0, 0, 0, 0.9);
271 271 }
272 272 }
  273 + .is-disabled {
  274 + background: transparent !important;
  275 + }
273 276
274 277 background: transparent;
275 278
... ...