ds1.0
fanluyan 2 years ago
parent 3fe5f93838
commit e9cb3bcbbf

@ -764,7 +764,9 @@ export default {
//
waterForm: {},
//osd
osdParams: {},
osdParams: {
textContent: "",
},
textlist: [
{
name: "显示",
@ -1285,6 +1287,8 @@ export default {
this.$refs.osdFormref.validate((valid) => {
if (valid) {
this.osdSetLoading = true;
console.log("我是文本");
console.log("我是文本", this.osdParams.textContent);
let params = [
{
name: "act",

Loading…
Cancel
Save