|
@@ -323,7 +323,6 @@ export default {
|
|
},
|
|
},
|
|
methods: {
|
|
methods: {
|
|
jumpTypeChange (val) {
|
|
jumpTypeChange (val) {
|
|
- console.log(val)
|
|
|
|
this.showJumpUrl = val != 'NONE'
|
|
this.showJumpUrl = val != 'NONE'
|
|
},
|
|
},
|
|
showModal () {
|
|
showModal () {
|
|
@@ -385,6 +384,7 @@ export default {
|
|
this.formData.jumpType = row.jumpType
|
|
this.formData.jumpType = row.jumpType
|
|
this.formData.remarks = row.remarks
|
|
this.formData.remarks = row.remarks
|
|
this.formData.createDate = row.createDate
|
|
this.formData.createDate = row.createDate
|
|
|
|
+ this.jumpTypeChange(this.formData.jumpType)
|
|
},
|
|
},
|
|
// 0 修改,1 查看详情
|
|
// 0 修改,1 查看详情
|
|
handleEdit (row, type) {
|
|
handleEdit (row, type) {
|