This commit is contained in:
BianLzhaoMin 2025-04-29 14:36:59 +08:00
parent 2a14332b92
commit 7def9278ad
7 changed files with 7 additions and 7 deletions

View File

@ -186,7 +186,7 @@ export default {
//
onHandleDelete(row) {
this.$modal
.confirm('确定删除该业绩吗?')
.confirm('确定删除该人员吗?')
.then(async () => {
const res = await deleteKeyPersonAPI({ id: row.id })
if (res.code === 200) {

View File

@ -178,7 +178,7 @@ export default {
//
onHandleDelete(row) {
this.$modal
.confirm('确定删除该业绩吗?')
.confirm('确定删除该人员吗?')
.then(async () => {
const res = await deleteOtherPersonAPI({ id: row.id })
if (res.code === 200) {

View File

@ -148,7 +148,7 @@ export default {
//
onHandleDelete(row) {
this.$modal
.confirm('确定删除该业绩吗?')
.confirm('确定删除该模板吗?')
.then(async () => {
const res = await deleteEpcTemplateAPI({ id: row.id })
if (res.code == 200) {

View File

@ -148,7 +148,7 @@ export default {
//
onHandleDelete(row) {
this.$modal
.confirm('确定删除该业绩吗?')
.confirm('确定删除该模板吗?')
.then(async () => {
const res = await deleteGwTemplateAPI({ id: row.id })
if (res.code == 200) {

View File

@ -148,7 +148,7 @@ export default {
//
onHandleDelete(row) {
this.$modal
.confirm('确定删除该业绩吗?')
.confirm('确定删除该模板吗?')
.then(async () => {
const res = await deleteNwTemplateAPI({ id: row.id })
if (res.code == 200) {

View File

@ -132,7 +132,7 @@ export default {
//
onHandleDelete(row) {
this.$modal
.confirm('确定删除该业绩吗?')
.confirm('确定删除该分包商吗?')
.then(async () => {
const res = await deleteSubManageAPI({ id: row.id })
if (res.code === 200) {

View File

@ -155,7 +155,7 @@ export default {
//
onHandleDelete(row) {
this.$modal
.confirm('确定删除该业绩吗?')
.confirm('确定删除该人员吗?')
.then(async () => {
const res = await deleteSubPersonManageAPI({ id: row.id })
if (res.code === 200) {