提交 66d6ab8b authored 作者: matian's avatar matian

update:删除无用代码

上级 709f8bbc
......@@ -7,7 +7,6 @@
v-for="(item, index) in row.payment_voucher_filename"
:key="index"
:src="item"
:fit="fill"
style="width: 100px; height: 100px"
></el-image>
</template>
......
......@@ -101,7 +101,6 @@ export default {
}
},
taxpayer_type(item) {
console.log(item)
if (item.taxpayer_type === 1 || item.taxpayer_type === '1') {
return '个人'
} else if (item.taxpayer_type === 2 || item.taxpayer_type === '2') {
......
......@@ -7,7 +7,6 @@
v-for="(item, index) in row.payment_voucher_filename"
:key="index"
:src="item"
:fit="fill"
style="width: 100px; height: 100px"
></el-image>
</template>
......
......@@ -122,8 +122,6 @@ export default {
mounted() {
this.row = this.$route.params.row
this.dealList = this.$route.params.dealList
console.log(this.row)
console.log(this.dealList)
},
methods: {
handleChange(file, fileList) {
......@@ -131,7 +129,6 @@ export default {
},
// 确认支付
dealPay() {
console.log(this.row + '1111')
const id = this.row.id
this.$refs.formRef.validate().then(() => {
const params = Object.assign({ id: id }, this.form)
......
......@@ -53,7 +53,6 @@ export default new Vuex.Store({
return getRoles().then(response => {
const { roles = [] } = response.data
commit('setRoles', roles)
console.log(roles)
return response
})
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论