This commit is contained in:
parent
778b231065
commit
b3fe9a5cd2
|
|
@ -1709,7 +1709,13 @@
|
||||||
killisopen.value = false;
|
killisopen.value = false;
|
||||||
deleteshake.value = false;
|
deleteshake.value = false;
|
||||||
detailshake.value = false;
|
detailshake.value = false;
|
||||||
deleteDirective({ nuId: uni.getStorageSync('nuId'),id: killthisid.value.id ,instructionTagId:typearray.value[whitchtype.value]?.instructionType}).then((res) => {
|
deleteDirective({
|
||||||
|
nuId: uni.getStorageSync('nuId'),
|
||||||
|
id: killthisid.value.id ,
|
||||||
|
instructionTagId:typearray.value[whitchtype.value]?.instructionType
|
||||||
|
|
||||||
|
}).then((res) => {
|
||||||
|
// console.log(res,uni.getStorageSync('nuId'),typearray.value[whitchtype.value]?.instructionType)
|
||||||
if (res.success) {
|
if (res.success) {
|
||||||
geteverything()
|
geteverything()
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue