Commit fb43821c authored by Zhang Xiaojie's avatar Zhang Xiaojie

fix

parent 5f1333da
...@@ -253,6 +253,7 @@ export default Vue.extend({ ...@@ -253,6 +253,7 @@ export default Vue.extend({
onSubmit() { onSubmit() {
(this.$refs.addProductForm as FormModel).validate((valid) => { (this.$refs.addProductForm as FormModel).validate((valid) => {
if (valid) { if (valid) {
if (this.isEditable) { if (this.isEditable) {
// 编辑 // 编辑
LoanProductService.getInstance() LoanProductService.getInstance()
......
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