Commit a65693cb by lichengming

修改了样品拆分

parent 41f52d4e
......@@ -173,7 +173,7 @@ export default {
case '取消':
this._cancel()
break
case '确定':
case '关闭':
this._ok()
break
}
......@@ -184,7 +184,6 @@ export default {
_ok() {
this.showModal = false
this.$refs.footerModal._hideLoading()
console.log(this.getPage)
},
_dateChange(data) {
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