|
|
@ -201,6 +201,7 @@
|
|
|
|
<el-button
|
|
|
|
<el-button
|
|
|
|
slot="reference"
|
|
|
|
slot="reference"
|
|
|
|
size="small"
|
|
|
|
size="small"
|
|
|
|
|
|
|
|
@click="input1 = null"
|
|
|
|
type="text">开始
|
|
|
|
type="text">开始
|
|
|
|
</el-button>
|
|
|
|
</el-button>
|
|
|
|
</el-popover>
|
|
|
|
</el-popover>
|
|
|
@ -750,7 +751,6 @@ export default {
|
|
|
|
console.log(this.input1)
|
|
|
|
console.log(this.input1)
|
|
|
|
console.log(val)
|
|
|
|
console.log(val)
|
|
|
|
document.body.click()
|
|
|
|
document.body.click()
|
|
|
|
this.input1 = null
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// const data = await startNextProductPlanDetail({planId: val.planId})
|
|
|
|
// const data = await startNextProductPlanDetail({planId: val.planId})
|
|
|
|
// if (data.code === 200) {
|
|
|
|
// if (data.code === 200) {
|
|
|
|