yangfeng
2023-08-30 38b5988fc107d74b4f3183734daa41dd08239b1a
src/views/supplierManage/supplier/index.vue
@@ -178,7 +178,7 @@
          { label: "联系人", prop: "contact", min: 130 },
          { label: "联系电话", prop: "phone", min: 130 },
          { label: "状态", prop: "status_name", min: 130 },
          { label: "创建时间", prop: "member_name", min: 130 }
          { label: "创建时间", prop: "created_at", min: 130 }
        ]
      }
      this.searchOptions = []
@@ -330,7 +330,6 @@
        type: "warning"
      })
        .then(() => {
          console.log("dddd")
          deleteProduct({ id: row.ID }).then((response) => {
            if (response.code === 200) {
              this.$message.success("删除成功")