|
@@ -393,8 +393,6 @@
|
|
|
console.log(this.dataObj)
|
|
|
this.validityPeriod = this.$helper.makeValidityPeriod(0, '随时')
|
|
|
this.validityPeriodcq = this.$helper.makeValidityPeriod(0, '长期')
|
|
|
-
|
|
|
-
|
|
|
},
|
|
|
computed: {
|
|
|
...mapState(['hasLogin', 'userInfo']),
|
|
@@ -451,8 +449,6 @@
|
|
|
this.columns[0].push(this.qyList[i].company ? this.qyList[i].company : this.qyList[i]
|
|
|
.companyName)
|
|
|
}
|
|
|
- console.log('1111', _this.columns)
|
|
|
-
|
|
|
})
|
|
|
.catch(res => {
|
|
|
uni.showToast({
|