فهرست منبع

update 更新

linweizeng 2 سال پیش
والد
کامیت
361f5818a8
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      src/views/onLineEditing/index.vue

+ 1 - 0
src/views/onLineEditing/index.vue

@@ -249,6 +249,7 @@ export default {
             repostCurd('add', JSON.stringify(params)).then((res) => {
                 if (res.state == '200') {
                     let dataItem = res.variables.cont[0]
+                    this.id = dataItem.id_
                     this.$emit('addClick', dataItem.id_, dataItem)
                     this.$message({
                         showClose: true,