|
|
@@ -255,10 +255,6 @@ export default {
|
|
|
if (this.active === 4) return
|
|
|
if (this.active === 1) {
|
|
|
this.selectFieldsTable()
|
|
|
- // console.log(this.dataTemplate, this.selectFieldsTableData, '111111111')
|
|
|
- if (this.dataTemplate.attrs.form_key === 'gysxxb') {
|
|
|
- this.onlyKey = this.selectFieldsTableData.find(item => item.title === '供应商名称')
|
|
|
- }
|
|
|
} else {
|
|
|
if (this.$utils.isEmpty(this.importData)) {
|
|
|
this.selectFieldsTableData.forEach(s => {
|