shish 2 лет назад
Родитель
Сommit
1210d0e6e0
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      pt/src/views/item/list.vue

+ 2 - 2
pt/src/views/item/list.vue

@@ -337,7 +337,7 @@ export default {
 				this.$message.error('请选产品')
 				return false
 			}
-			this.$confirm('确认设置?', '提示', {confirmButtonText: '确定',cancelButtonText: '取消',type: 'warning'}).then(() => {
+			this.$confirm('确认关联?', '提示', {confirmButtonText: '确定',cancelButtonText: '取消',type: 'warning'}).then(() => {
 				this.$service.ptCpItem.setCpRelate({ids:JSON.stringify(this.selectedIds),cpId:this.selectCpId,auth:1}).then((res) => {
 					that.$message.success('操作成功')
 					that.selectCpId = 0
@@ -357,7 +357,7 @@ export default {
 				this.$message.error('请选产品')
 				return false
 			}
-			this.$confirm('确认设置?', '提示', {confirmButtonText: '确定',cancelButtonText: '取消',type: 'warning'}).then(() => {
+			this.$confirm('确认关联?', '提示', {confirmButtonText: '确定',cancelButtonText: '取消',type: 'warning'}).then(() => {
 				this.$service.ptCpItem.setCpRelate({ids:JSON.stringify(this.selectedIds),cpId:this.selectCpId,auth:0}).then((res) => {
 					that.$message.success('操作成功')
 					that.selectCpId = 0