This commit is contained in:
parent
2a14332b92
commit
7def9278ad
|
|
@ -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) {
|
||||
|
|
|
|||
|
|
@ -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) {
|
||||
|
|
|
|||
|
|
@ -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) {
|
||||
|
|
|
|||
|
|
@ -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) {
|
||||
|
|
|
|||
|
|
@ -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) {
|
||||
|
|
|
|||
|
|
@ -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) {
|
||||
|
|
|
|||
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue