|
|
@@ -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
|