|
|
@ -82,29 +82,6 @@ export default { |
|
|
|
return this.displayDialog.newDialog || this.displayDialog.editDialog; |
|
|
|
}, |
|
|
|
}, |
|
|
|
// againHandleRequestLabel: function (val) { |
|
|
|
// // console.log(val) |
|
|
|
// // return function (val) { |
|
|
|
// // let _label = false |
|
|
|
// // // let _details = this.propsData ? this.propsData.details : null |
|
|
|
// console.log(this.propsData) |
|
|
|
// // } |
|
|
|
// // val.forEach(key => { |
|
|
|
// // if (this.propsData.requestStatus == key) { |
|
|
|
// // _label = false |
|
|
|
// // } |
|
|
|
// // }) |
|
|
|
// // return _label |
|
|
|
// // return function (val) { |
|
|
|
// // let data = true |
|
|
|
// // val.forEach(key => { |
|
|
|
// // if (this.propsData.requestStatus == key) { |
|
|
|
// // data = false |
|
|
|
// // } |
|
|
|
// // }) |
|
|
|
// // return data |
|
|
|
// // } |
|
|
|
// } |
|
|
|
}, |
|
|
|
data () { |
|
|
|
let _this = this; |
|
|
|