Merge branch 'test' into lb

This commit is contained in:
lb
2023-10-13 17:04:18 +08:00
28 changed files with 12216 additions and 176 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');
});
},