import Api from "~/service/Api" import Pts from "../Common/Pts" export default class Notice{ constructor(){ this.data={ tid:"", theme:"", // 公告的标题 unit:"", // 发布机构 pubname:"", // 发布人 dat:"", // 发布时间 content:"", // 公告内容 visunit:"", //可见范围 opndatto:"", opndatfrom:"", edit:{ tid:"", theme:"", // 公告的标题 unit:"", // 发布机构 pubname:"", // 发布人 dat:"", // 发布时间 content:"", // 公告内容 visunit:["总行"], //可见范围 }, } } }