Commit a65693cb by lichengming

修改了样品拆分

parent 41f52d4e
...@@ -173,7 +173,7 @@ export default { ...@@ -173,7 +173,7 @@ export default {
case '取消': case '取消':
this._cancel() this._cancel()
break break
case '确定': case '关闭':
this._ok() this._ok()
break break
} }
...@@ -184,7 +184,6 @@ export default { ...@@ -184,7 +184,6 @@ export default {
_ok() { _ok() {
this.showModal = false this.showModal = false
this.$refs.footerModal._hideLoading() this.$refs.footerModal._hideLoading()
console.log(this.getPage)
}, },
_dateChange(data) { _dateChange(data) {
this.formObj.ctimeBegin = data[0] this.formObj.ctimeBegin = data[0]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment