号源模板 增加 另存 功能

main
yanzai 8 months ago
parent 1a6e4cfdb1
commit 890e7f77cf

@ -95,6 +95,9 @@
<el-button type="primary" @click="Save()">
确定
</el-button>
<el-button type="warning" @click="Save2()">
另存
</el-button>
</span>
</template>
</el-dialog>
@ -309,6 +312,11 @@
timeList.value[index].class = "timelist_button_selected"
}
}
//
const Save2=()=>{
Info.value.id=0
Save()
}
//
const Save = () => {
Info.value.y_number = [] //

Loading…
Cancel
Save