| | |
| | | this.userName =this.$store.getters.userInfo.user_name |
| | | }, |
| | | convert: function () { |
| | | var caridid = this.$store.getters.userInfo.dept_id; |
| | | var caridid = this.$store.getters.userInfo.Id; |
| | | selectIn(caridid).then(res => { |
| | | this.option.column[1].value = res.data.data.creditCode |
| | | this.option.column[2].value = res.data.data.jurisdiction |
| | |
| | | } |
| | | this.data0 = d; |
| | | this.data0.ptype = this.$refs.name.value |
| | | this.data0.deptid = this.$store.getters.userInfo.dept_id |
| | | this.data0.cardid = this.$store.getters.userInfo.Id |
| | | add(this.data0).then(() => { |
| | | this.tipover(); |
| | | }); |