This commit is contained in:
helloDy
2023-10-12 17:04:03 +08:00
parent d3b119ad9b
commit 2b76ef7d23
7 changed files with 79 additions and 37 deletions

View File

@@ -2,7 +2,7 @@
* @Author: zwq
* @Date: 2023-08-03 14:09:18
* @LastEditors: DY
* @LastEditTime: 2023-10-10 16:54:09
* @LastEditTime: 2023-10-11 11:20:51
* @Description:
-->
<template>
@@ -61,6 +61,7 @@ export default {
switchLineBindProduct(data).then((response) => {
this.$modal.msgSuccess('修改成功');
this.visible = false;
this.list.productName = this.list.string.split('+')[1]
this.$emit('emitData');
});
},