修正acue组件属性用法

main
xuechunyuan 3 years ago
parent f600982c89
commit fac310208b
  1. 4
      src/views/booknumber/index.vue

@ -698,9 +698,9 @@ export default {
this.isShow = false; this.isShow = false;
this.title = '放号日期'; this.title = '放号日期';
this.subtitle = '请选择配置号源投放的具体日期。' this.subtitle = '请选择配置号源投放的具体日期。'
done() // done()
}).catch(() => { }).catch(() => {
done() // done()
}); });
} }

Loading…
Cancel
Save